@charset 'utf-8';
/*topBar*/
.header{
    background: #a6c1ec url("../../images/common/header-bg.jpg") no-repeat center top;
    border-bottom: 1px solid #e4e4e4;
}
.topBar{
    width: 100%;
    height: 34px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
}
.topBar-left ,.topBar-right{
    line-height: 34px;
    color: #ffffff;
}
.topBar-left a ,.topBar-right a{
    color: #ffffff;
}
.topBar-left a:hover{
    color: #3a6af0;
}
.topBar-right li span:hover{
    cursor: pointer;
}
.master-station span{
    cursor: pointer;
}
.master-station-area{
    display: none;
    border: solid #ebeced 1px;
    position: absolute;
    top: 26px;
    padding: 20px 25px;
    background: #fff;
    z-index: 112;
    font-size: 13px;
    width: 438px;
}
.master-station-area li {
    margin: 10px 0;
    font-size: 13px;
    line-height: 24px;
}
/*网站导航*/
.map-content {
    position: absolute;
    right: -110px;
    width: 365px;
    height: 265px;
    border: 1px solid #ececec;
    background: #fff;
    display: none;
    z-index: 999;
}
.map-content dl {
    font-size: 12px;
    line-height: 30px;
    padding-left: 6px;
    color: #666;
    text-align: left;
}
.map-content dl dt {
    font-weight: 700;
    width: 76px;
    text-align: center;
    float: left;
}
.map-content dl dd {
    width: 256px;
    margin-left: 10px;
    float: left;
}
.map-content dl dd a {
    padding-right: 10px;
    color: #666;
}
.map-content dl dd a:hover{
    color:#1a66f3 ;
}
/*网站导航 end*/
/*end topBar*/
/*search*/
.search{
    height:108px;
}
.search .logo{
    margin-top: 28px;
}
.search .search-box{
    width: 550px;
    height: 45px;
    margin-left: 74px;
    margin-top: 30px;
    background: #ffffff;
}

.search .search-box .search-btn{
    font-size: 14px;
    line-height: 45px;
    width: 125px;
    height: 45px;
    text-align: center;
    color: #fff;
    border: 0;
    background: #3671e5 url("../../images/common/search-icon.png") no-repeat center center;
}
.search .search-box .search-input{
    line-height: 45px;
    width: 315px;
    height: 45px;
    margin-left: 10px;
    border: 0;
}
.topBar-left a.job-btn{
    display: inline-block;
    color: #3671e5;
}
.topBar-left a.job-btn:hover{
    text-decoration: none;
}

.search-select--box{
    display: inline-block;
    width: 100px;
    border: none;
    border-right: 1px solid #d1d0d0;
    padding:15px 20px ;
    font-size: 12px;
    color: #666666;
}
.search-select--box:hover,.search-select--list li:hover{
    cursor: pointer;
}
.search-select--list{
    position: absolute;
    top:42px;
    left: 0;
    width: 100px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    z-index: 999;
}
.search-select--list li{
    padding: 10px 0 10px 20px;
    font-size: 12px;
}
.search-select--list li:hover{
    background: #f2f5fb;
}
.search-select--list li.active{
    color: #4069ed;
}
/*search end*/


/*导航条*/
.navigation{
    background-color: #014ea2;
}
.navigation-link{
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 46px;
    width: 150px;
    text-align: center;
}
.navigation-link a{
    display: block;
    color: #ffffff;
}
.navigation-link:hover a,
.navigation-list-active a{
    background-color: #3671e5;
    color: #ffffff;
    font-weight: bold;
}


/*导航条 end*/

/*右侧浮窗*/
.right-window--box{
    width: 70px;
    height: 80px;
    position: fixed;
    right: 38px;
    bottom:40%;
    z-index: 99;
}
.right-window--answer,.right-window--tel,.right-window--publish{
    width: 70px;
    background-color: #ffffff;
    color: #666666;
    text-align: center;
    padding: 20px 0;
}
.right-window--box .right-icon{
    margin: 0 auto 4px;
    width: 28px;
    height: 27px;
}
.right-window--box div .right-icon1{
    background: url("../../images/common/icon-right.png") 0px -117px no-repeat ;
}
.right-window--box div .right-icon2{
    background: url("../../images/common/icon-right.png") 0px -41px no-repeat ;
}
.right-window--box div .right-icon3{
    background: url("../../images/common/icon-right.png") 0px -78px no-repeat ;
}
.right-window--tel:hover,.right-window--publish:hover{
    background-color: #4e74ee;
}
.right-window--tel:hover span , .right-window--publish:hover span{
    color: white;
}
.right-window--tel:hover {
    cursor: pointer;
}
.right-window--telText{
    position: absolute;
    left: -220px;
    top:0;
    width: 220px;
}
.window-telText--box{
    width: 198px;
    height: 298px;
    background-color: white;
    border: 1px solid #e9e9e9;
    padding: 24px 15px;
    text-align: left;
}
.right-window--telText b{
    color: black;
}
.right-window--telImg{
    position: absolute;
    right: 14px;
    top: 20px;
}
.gys-tel{
     color: #4069ed;
 }
.back-top--btn{
    width: 54px;
    height: 54px;
    border: 1px solid #e9e9e9;
    background-color: white;
    position: fixed;
    right: 38px;
    bottom:20%;
    z-index: 99;
    cursor: pointer;
}
.back-top--btn:hover{
    background-color:#4069ed ;
}
.back-top--btn img{
    display: block;
    margin: 20px auto;
}
